PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / get Method
Index of element to return.
In This Topic
    get Method
    In This Topic
    Gets the element at the specified index.
    Syntax
    public PDFCosObject get( 
       int index
    )

    Parameters

    index
    Index of element to return.

    Return Value

    The element at the specified.
    Exceptions
    ExceptionDescription
    Thrown when the index value is invalid
    See Also